projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd3179
)
* sysdep.c (init_sigsegv) [HAVE_STACK_OVERFLOW_HANDLING]: Add comment.
author
Dmitry Antipov
<dmantipov@yandex.ru>
Tue, 26 Aug 2014 08:01:48 +0000
(12:01 +0400)
committer
Dmitry Antipov
<dmantipov@yandex.ru>
Tue, 26 Aug 2014 08:01:48 +0000
(12:01 +0400)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index f32bd5d1bb62e897f1078c36e703aa5821cf247c..c0d651b296a0844ae8985c46bd5bde370b58cc89 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-1754,6
+1754,9
@@
handle_sigsegv (int sig, siginfo_t *siginfo, void *arg)
}
}
+/* Return true if we have successfully set up SIGSEGV handler on alternate
+ stack. Otherwise we just treat SIGSEGV among the rest of fatal signals. */
+
static bool
init_sigsegv (void)
{